The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:perl html links"

Pod::Html - module to convert pod files to HTML River stage five • 11693 direct dependents • 33184 total dependents

Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Pod::Html - module to convert pod files to HTML River stage five • 11693 direct dependents • 33184 total dependents

Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

pod2html - convert .pod files to .html files River stage five • 11693 direct dependents • 33184 total dependents

Converts files from pod format (see perlpod) to HTML format....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

pod2html - convert .pod files to .html files River stage five • 11693 direct dependents • 33184 total dependents

Converts files from pod format (see perlpod) to HTML format....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

todo - Perl TO-DO list River stage five • 11693 direct dependents • 33184 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

todo - Perl TO-DO list River stage five • 11693 direct dependents • 33184 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlref - Perl references and nested data structures River stage five • 11693 direct dependents • 33184 total dependents

Before release 5 of Perl it was difficult to represent complex data structures, because all references had to be symbolic--and even then it was difficult to refer to a variable instead of a symbol table entry. Perl now not only makes it easier to use...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlref - Perl references and nested data structures River stage five • 11693 direct dependents • 33184 total dependents

Before release 5 of Perl it was difficult to represent complex data structures, because all references had to be symbolic--and even then it was difficult to refer to a variable instead of a symbol table entry. Perl now not only makes it easier to use...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlpod - the Plain Old Documentation format River stage five • 11693 direct dependents • 33184 total dependents

Pod is a simple-to-use markup language used for writing documentation for Perl, Perl programs, and Perl modules. Translators are available for converting Pod to various formats like plain text, HTML, man pages, and more. Pod markup consists of three ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlpod - the Plain Old Documentation format River stage five • 11693 direct dependents • 33184 total dependents

Pod is a simple-to-use markup language used for writing documentation for Perl, Perl programs, and Perl modules. Translators are available for converting Pod to various formats like plain text, HTML, man pages, and more. Pod markup consists of three ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlmodlib - constructing new Perl modules and finding existing ones River stage five • 11693 direct dependents • 33184 total dependents

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlmodlib - constructing new Perl modules and finding existing ones River stage five • 11693 direct dependents • 33184 total dependents

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlport - Writing portable Perl River stage five • 11693 direct dependents • 33184 total dependents

Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This document is meant to help you to find out what constitutes portable Perl code. That way once you make a decision to write...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlport - Writing portable Perl River stage five • 11693 direct dependents • 33184 total dependents

Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This document is meant to help you to find out what constitutes portable Perl code. That way once you make a decision to write...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlperf - Perl Performance and Optimization Techniques River stage five • 11693 direct dependents • 33184 total dependents

This is an introduction to the use of performance and optimization techniques which can be used with particular reference to perl programs. While many perl developers have come from other languages, and can use their prior knowledge where appropriate...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlperf - Perl Performance and Optimization Techniques River stage five • 11693 direct dependents • 33184 total dependents

This is an introduction to the use of performance and optimization techniques which can be used with particular reference to perl programs. While many perl developers have come from other languages, and can use their prior knowledge where appropriate...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlretut - Perl regular expressions tutorial River stage five • 11693 direct dependents • 33184 total dependents

This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a complement to the reference page on regular expressions perlre. Regular expressions are an integral part of the "m//", "s///", "qr//"...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlretut - Perl regular expressions tutorial River stage five • 11693 direct dependents • 33184 total dependents

This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a complement to the reference page on regular expressions perlre. Regular expressions are an integral part of the "m//", "s///", "qr//"...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

checkURL.pl - Check that all the URLs in the Perl source are valid River stage five • 11693 direct dependents • 33184 total dependents

This program checks that all the URLs in the Perl source are valid. It checks HTTP and FTP links in parallel and contains a list of known bad example links in its source. It takes 4 minutes to run on my machine. The results are written to 'uris.txt' ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

checkURL.pl - Check that all the URLs in the Perl source are valid River stage five • 11693 direct dependents • 33184 total dependents

This program checks that all the URLs in the Perl source are valid. It checks HTTP and FTP links in parallel and contains a list of known bad example links in its source. It takes 4 minutes to run on my machine. The results are written to 'uris.txt' ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
53 results (0.103 seconds)